home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Prog
/
B-C
/
C++ FAQ Reference 1.0.sit
/
C++ FAQ Reference 1.0.rsrc
/
STR#_143.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-30
|
393 b
|
13 lines
How can I call a C function 'f()' from C++ code?
How can I create a C++ function 'f()' that is callable by my C code?
Why's the linker giving errors for C/C++ fns being called from C++/C fns?
How can I pass an object of a C++ class to/from a C function?
Can my C function access data in an object of a C++ class?
Why do I feel like I'm 'further from the machine' in C++ as opposed to C?